"64K Data & Opcode Converter"
198x
By Jim Dunson


This is an unpublished Arcadian submission from the Bob Fabris Collection.  It 
was submitted on the same tape as "Graphics Quadruplicate."  The "Arcadian" 
submission letter and listing is available online, here:

http://www.ballyalley.com/type-
in_programs/basic/basic.html#GraphicsQuadruplicate

The following information was in the letter for the "Graphics Quadruplicate" 
program submission.

Experimentation with converting decimal to hex led me to discover that there 
were no published programs that dealt with the negative decimal. The only one 
that I could find went from 0 to 32767 or 7FFF. I then developed a very fast 
entry and easy to use program that converts all 64K.

Decimal      0 to 32767,-32768 to -1

Hexadecimal  0 to FFFF

Binary       0 to 1111 1111 1111 1111

I have made a copy on the reverse side of the tape Graphics Quadruplicate. 
Please review it and let me know if it is publishable.


Archive Notes:

This unpublished Arcadian submission converts numbers between binary, decimal, 
and hexadecimal; two versions are have been archived.


1) 64K Data & Op Code Converter - There is a bug on line 110 that keeps it from 
working.  The original tape processes to a digital version with no errors 
given, so I believe this is a program bug rather than a glitch on the tape.


2) 64K Data & Op Code Converter (Alt. Version) - This version one works 
correctly, except for large decimal numbers.  It includes a text title screen.

